Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use raw channel fallback if pty setup failed #33

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

schaefi
Copy link
Contributor

@schaefi schaefi commented Jan 17, 2024

In resume mode the firecracker pilot uses a vsock connection for the host <-> guest data transfer. On the guest the command is by default called in a new PTY. However if this is not possible e.g because the guest does not support pty allocation there should be a fallback allocating the standard channels directly.

In resume mode the firecracker pilot uses a vsock connection
for the host <-> guest data transfer. On the guest the command
is by default called in a new PTY. However if this is not possible
e.g because the guest does not support pty allocation there
should be a fallback allocating the standard channels directly.
@schaefi schaefi self-assigned this Jan 17, 2024
@schaefi schaefi merged commit 5006876 into main Jan 17, 2024
7 checks passed
@schaefi schaefi deleted the support_raw_channels_if_pty_failed branch January 17, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant